home *** CD-ROM | disk | FTP | other *** search
- #import <appkit/appkit.h>
-
- #define MAX_STRING_ARRAY 8192
-
- #define KB_1 (1024)
- #define KB_10 (10*1024)
- #define KB_100 (100*1024)
- #define MB_1 (1024*1024)
- #define MB_10 (10*1024*1024)
- #define MB_100 (100*1024*1024)
- #define MAX_SIZE (24*1024*1024)
- #define MIN_SIZE 8.0
-
- #define Notify(title, msg) NXRunAlertPanel(title, msg, localString("OK"), NULL, NULL)
-
- #define clear(x) bzero((char *)&x,sizeof(x))
-
-